home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u048.dms / u048.adf / findfiles.doc < prev    next >
Encoding:
Text File  |  2000-03-01  |  1.9 KB  |  68 lines

  1. Cramden Utilities
  2. =================
  3.  
  4. v1.0  6-May-88
  5.  
  6. These utilities are inspired (if not directly ripped off) from a certain
  7. set of hitherto unnamed MS-DOS utilities that have been known to be real
  8. _life_savers_.    While most of the life saving utilities have
  9. counterparts on the Amiga (or are simply not necessary), there are few
  10. handy ones that don't.  So with that in mind I present the first
  11. installment in the Cramden Utilities.
  12.  
  13. All of these utilities use Arp v1.1 (v34 of arp.library must be in
  14. your LIBS: directory).    If you don't have Arp v1.1 you can probably get
  15. it from wherever you got this file.
  16.  
  17.  
  18. ff - Find Files
  19.  
  20. This utility is used to find files with a particular file name or
  21. pattern in any directory on a disk.
  22.  
  23.     syntax:
  24.     ff <filespec>... [quick]
  25.  
  26.     <filespec> = any AmigaDOS (Arp actually) wild card pattern
  27.     [quick] = when present causes listing only the names of the files
  28.  
  29.     ex:
  30.     ff
  31.     ff *.c
  32.     ff sys:*.info
  33.     ff include:#?.(h|i) *.(h|i) quick
  34.  
  35. Example 1 lists all the files starting at the current directory and
  36. proceeding through all subdirectories.    Example 2 lists all files that
  37. are suffixed by .c (like a.c, ff.c, etc) in the current directory and
  38. all subdirectories.  Example 3 finds all icon files on the volume named
  39. "sys:".  Example 4 lists all files suffixed .h or .i on include: and in
  40. the current directory and all subdirectories respectively.
  41.  
  42.  
  43. Copyright & Distribution Rights
  44. ===============================
  45.  
  46. Copyright 1988 Pregnant Badger Software.  All Rights Reserved.
  47.  
  48. These utilities may be freely distributed without profit.
  49.  
  50. Any contributions (no amount is too small or too large) may be sent to
  51. the following address.
  52.  
  53.  
  54.     Bill Barton
  55.     Pregnant Badger Software
  56.     1111 El Sur Way
  57.     Sacramento, CA    95864
  58.     (916) 487-9472
  59.  
  60.     bix: peabody
  61.     plink: peabody
  62.     delphi: bbarton
  63.  
  64.  
  65. Special thanks to St. Peter, the patron saint of PC's, without whom
  66. these utilities would never have been written.
  67.  
  68.